home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
multiuser
/
emergency
/
s
/
startup-sequence
Wrap
Text File
|
1994-03-07
|
656b
|
23 lines
; Emergency Floppy Startup-Sequence for MultiUser Release 1.7
;
; © Copyright 1993-1994 Geert Uytterhoeven
;
; (Thanks to Ingolf Koch for the inspiration)
; Change 'App:L' to the directory that contains the 'MultiUserFileSystem'
Assign L: App:L ADD
; Change 'App:Libs' to the directory that contains the 'multiuser.library'
Assign Libs: App:Libs ADD
Assign ENV: RAM:
; Change 'App:C' to the directory that contains the 'Who' support command
App:C/Who Am I >NIL: ;Load the multiuser.library
Mount DEVS:DOSDrivers/MU0 ;Mount this floppy with the MultiUserFileSystem
MU0:C/CLI ;Start a Shell owned by root
EndCLI